body,.container-fluid{
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px;
}

html, body {
    max-width: 100%;
}



.topnav{
	background-color: #313131;
	color:#fff;
	padding-top:7px;
	padding-bottom: 0px;
}

.topnav a{
	color:#fff;
}

.topnav p{
	font-size: 14px;
	color:#fff;
}

.topnav .fa{
	padding:7px;
	color:#fff;
}

.topnav .social .fa{
	text-align: right;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 8px;
	border: 1px solid #fff;
	background-color: #fff;
	margin-right: 6px;
	font-size: 12px;
	color:#000;
}

.topnav .social .fa-facebook:hover{
	background-color: #3B5998;
    color: #fff;
    border: 1px solid #3B5998;
}

.topnav .social .fa-twitter:hover{
	background-color: #1dcaff;
    color: #fff;
    border: 1px solid #1dcaff;
}

.topnav .social .fa-linkedin:hover{
	background-color: #0e76a8;
    color: #fff;
    border: 1px solid #0e76a8;
}

.fb{
	    padding-right: 9px !important;
}

.social{
	text-align: right;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-default,.navigation{
	background-color: #fff;
	border-color:#fff;
	border-radius: 0px;
	padding-top:7px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav li a{
	color:#000;
	font-size: 15px;
	padding: 10px 20px;

}

.navbar-default .navbar-nav li a:hover{
	color:#fff;
	background-color: #952929;
	border-radius: 5px;
	padding: 10px 20px;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
.navbar{
	    margin-bottom: 3px;
	    background-color: #952929;
	    color:#fff;
	   
	    padding: 10px 20px;
}

.navbar-brand img{
	margin-top: -43px;
    margin-left: -49px;
	width:75%;
}

.dropdown-menu{
	background-color:#fff;
	top: 100%;
	right:auto !important;
	border-top: 3px solid #952929;
	min-width: 135px;
	}

ul.nav li:hover > ul.dropdown-menu {
    display: block;
}

/*.nav > li.dropdown:hover > a:after{
	background-color:#3e3d3d;
	top: 148%;
	right:auto !important;
	border-top: 3px solid #952929;
}*/
.nav{
	padding-top: 7px;
}

.navbar-brand{
	    padding-top: 25px;
}

.nav li{
	margin-top: -35px;
}

.dropdown li{
	margin-top: 0px !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color:#fff;
	    background-color: transparent;
	border-radius: 5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#fff !important;
	background-color:#952929 !important;
	border-radius: 5px !important;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}





.item:nth-child(1) {
    background-image:url(../images/banner1.png);
    width:100%;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
   background-position: center;
   
}

.item:nth-child(2) {
    background-image:url(../images/banner.png);
    width:100%;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item:nth-child(3) {
    background-image:url(../images/banner2.png);
    width:100%;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
   
}

.carousel-control{
	    font-size: 60px;
	    padding-top: 180px;
}

.carousel-caption{
	bottom: 35%;

}

.carousel-caption h1{
	    text-shadow: 3px 3px #000000;
	    font-size: 55px;
	    
}

.carousel-caption p{
	   
	    font-size: 25px;
}

/*.carousel-indicators{
	left: 6%;
}*/

.carousel-indicators li{
	border:2px solid #fff;
}

.carousel-indicators .active{
	background-color: #952929;
}

.textslider{

	padding-top:100px;
}

.textslider span{
	color:#57544B;
	font-size: 28px;
	
}

.textslider p{
	color: #952929;
	font-size: 40px;
	font-weight: 700;
}

.textslider .btn-default,.aboutus .btn-default{
	background-color: #952929;
	color:#fff;	
	font-size: 15px;
	padding: 9px 15px;
}
.aboutus .btn-default{
	margin-bottom:25px;
	    margin-top: 17px;
}

.slider{
	/*border: 1px solid #cbcdcd;*/
    /*padding-bottom: 15px;*/
    /*background-color: #dce4dd;*/
}

.aboutus{
	text-align: center;
	padding-top:15px;
	background-color: #f5f5f5;
}

.aboutus p{
	    color:#666;
}

.title{
	    margin-bottom: 35px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
}

.title span:before{
	content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 15%;
    background: #262626;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.mb-15{
	margin-bottom: 15px;
}

/*.title span:after{
	content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 20%;
    background: #efefef;
    bottom: -12px;
    right: 0;
    margin: 0 auto;
}*/

.subtitle{
	color:#901e1e;
}

.services{
	text-align: center;
}

.serviceimg{
	margin-top: 35px;

}

.serviceimg img{
	position: relative;
	    width: 120px;
	    text-align: center;
	    margin:0 auto;

}

/*.overlay {
  position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:85%;
  height:100%;
  display: none;
  z-index:0;
}

.overlay:hover:before{
  display: block;
}

.over:before{
  background-color: rgba(251,186,19,.5);
  margin-right:0px;
  margin-left: 15px;
  border-radius: 50%;
}

.box:hover img{
	opacity:0.2;
}

.box:hover p{
	color:#000;
}*/


.serviceimg p{
	
    
    text-align: center; 
    margin: 0 auto; 
    
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
}

.serviceimg p:hover{
	color:#952929;
	text-decoration: none;
}

.serviceimg a:hover{
text-decoration: none;
}

.team{
	background-image: url(../images/team-building2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:auto;
	margin-top:75px;
	text-align: center;
	background-attachment: fixed;
	padding-bottom: 25px;
}

.team .title,.contact .title{
	color:#e4e1e1;
	padding-top:50px;
}

.team .subtitle,.contact .subtitle{
	color:#f3830d;
}

.t1 span:before{
	content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 15%;
    background: #bdbbbb;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.team p{
	color:#efebeb;
	    padding-bottom: 25px;
}

.team .btn{
	margin-top: 25px;
    background-color: #d07c25;
    color: #000;
    font-size: 12px;
}

.tag{
	text-align: center;
	background-color:#952929;
	color:#fff;
	padding-top:30px;
	padding-bottom:35px;
	font-size: 30px;
}

.tag p{
	font-size:16px;

}

.contact{
	background-image: url(../images/ft-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:auto;
	text-align: center;
	background-attachment: fixed;
	padding-bottom: 25px;
}

.map{
	padding-top:35px;
}


/*.contact{
	background-color:#000;
	text-align: center;
	padding-bottom: 35px;
}*/

.contact p{
	color:#fff;
}

.footer{
	background-color: #2e2e2e;
	border-top:2px solid #c52d2f;
	padding-top:15px;
	padding-bottom: 15px;

}

.footer p{
	color:#fff;
}

.footer li{
	float:left;
}

.footer li a{
	color:#fff;
	padding: 7px;
}

.footer li a:hover{
	color:#c52d2f;
	text-decoration: none;
}

.contact .email a{
	color:#fff;
}

.footer .fa{
	color:#fff;
	padding:7px;
}

.footer .fa:hover{
	color:#c52d2f;
}

/******************About US**********************/
,.teampage h2{
	font-weight: 700;
	color:#134e8d;
	margin-left: 15px;
}

.aboutpage .bt,.servicespage .bt,.careerspage .bt,.contactpage .bt,.disclaimerpage .bt,.resourcepage .bt{
	color:#fff;
	padding-top: 20px;
	font-weight: 700;
	
}
.contactpage .bt,.disclaimerpage .bt,.resourcepage .bt{
	padding-top: 10px !important;
}

.aboutpage p{
    color: #333;
    
}

.approch img{
	margin:0 auto;
	display:block;
}

.approch h4{
	text-align: left;
	font-weight: 700;
	color:#134e8d;
}

.approch{
	background-color:#fff;
	/*padding-top:20px;*/
	padding-bottom: 40px;
}

.resourcepage h4{
	color:#134e8d;
	font-weight: 700;
	text-align: center !important;
	margin-top: 25px;
}


.arow{
	background-color: #fff;
	margin-top:30px;
	border:1px solid #e0dede;
	}
.arow p{
	padding:15px;
}

.mt-10{
	margin-top: 13px;
}

.fa-clock-o:before{
	content:"\f017";
}

.aboutpage i{
	font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 105px;
    text-align: center;
    background: #f2f2f2;
    color: #4994e3;
    border: 3px solid #4994e3;
    box-shadow: inset 0 0 0 5px #f2f2f2;
}

.mt-25{
	margin-top: 25px
}

.aboutpage i:hover{
	    background: #4994e3;
    color: #fff;
    box-shadow: inset 0 0 0 5px #4994e3;
    -webkit-box-shadow: inset 0 0 0 5px #4994e3;
    border: 3px solid #4994e3;
}

hr{
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.aboutpage li{
	list-style: none;
}

.aboutpage span{
	padding:6px;
}

.bg{
	background-image: url(../images/abt1a.png);
	background-size: cover;
	min-height: 110px;
	background-position: bottom;
}

.pd-15{
	padding-top: 15px;
}

.bg1{
	background-image: url(../images/ser1.png);
	background-size: cover;
	min-height: 110px;
	background-position: center;
}

.bg3{
	background-image: url(../images/car.png);
	background-size: cover;
	min-height: 110px;
	background-position: center;
}

.bg4{
	background-image: url(../images/conbg.jpg);
	background-size: cover;
	min-height: 110px;
	background-position: center;
}

.bg5{
	background-image: url(../images/dis.jpg);
	background-size: cover;
	min-height: 110px;
	background-position: center;
}

.bg6{
	background-image: url(../images/resourse.png);
	background-size: cover;
	min-height: 110px;
	background-position: top;
}

.mt-30{
	margin-top: 30px;
}


.aboutpage .red,.careerspage .red,.resourcepage .red{
	text-align: center;
	color:#c13e3e;
	font-size: 30px;
}

.careerspage .red{
	text-align: left !important;
}


.resourcepage .submenu{
	padding-left: 45px !important;
}

.resourcepage li{
	list-style: none;
}

.resourcepage .fa{
	padding: 6px;
}


/*****************Services*****************/
.servicespage{
	padding-bottom: 75px;
}
.servicespage h1{
	padding-left:45px;
	text-align: center;
	color:#c13e3e;
	padding-bottom: 10px;
	font-size: 30px;
}

.servicespage h4{
	text-align: center;
	font-weight: 700;

}
.servicespage p,.servicespage h5{
	padding-left:15px;
}

.servicespage h5{
	font-weight: 700;

}

.servicespage li{
	list-style: none;
	padding-left: 25px;
}

.servicespage .fa{
	padding:5px;
}

.servicespage .submenu,.resourcepage .submenu{
	text-align: left !important;
	padding-left:15px;
	margin-top: 25px;
}

.servicespage img{
	margin:0 auto;
}

.mb-25{
	margin-bottom: 25px;
}

.mb-35{
	margin-bottom: 35px;
}

.fb{
	    margin-top: -4px !important;
	    margin: 0 auto;
}

.pt-15{
	padding-top: 15px;
}



.img-box{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-box img{
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.img-box {
    position: relative
}

.zoom-out-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


.zoom-out-effect .img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.zoom-out-effect .img-box a, .zoom-out-effect .img-box a:active, .zoom-out-effect .img-box a:focus a:focus {
    color: #999
}

.zoom-out-effect .img-box a:active:hover, .zoom-out-effect .img-box a:focus:hover, .zoom-out-effect .img-box a:hover{
    color: #f2f2f2
}

.zoom-out-effect .img-box {
    z-index: 0
}

.zoom-out-effect:hover .img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}

.rb{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

/*  bhoechie tab */
/*div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #3e3d3d;
  background-image: #3e3d3d;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3e3d3d;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  /*padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.bhoechie-tab-content h1{
	 color: #952929;
    font-family: 'Antic Slab', serif;
    font-weight: 700;
    font-size: 32px;
    padding-left: 25px;
    margin-top: 6px;

}
div.bhoechie-tab-content p{
	font-size: 15px;
	color:#2b2b2b;
}
.servicespage{
	background-color: #eeeeee;
	padding-bottom:45px;
}

.pdtop-15{
	padding-top:15px;
}

.text{
	margin-left: 35px;
}

.text li{
	list-style: none;
	font-size: 15px;
	margin-left: 35px;
    padding: 4px;
}

.mg-0 li{
	margin-left: -42px !important;
}

.list-group{
	    margin-top: 40px;
	    margin-bottom: 40px !important;
}*/



/********************* Team********************/

.thumbnail:hover{
  transition: box-shadow .2s cubic-bezier(.15,.69,.83,.67);
box-shadow: 0 2px 15px 5px rgba(0,0,0,.2);

}

.thumbnail .caption{
	color:#333;
	text-align: center;
	padding: 9px;
}

.teampage .social1 .fa{
	border-radius: 50%;
	width: 30px;
	height:30px;
	background-color: #236fb6 !important;
	color:#fff !important;
	line-height: 1;
	padding: 8px;
	text-align: center;
}
.teampage{
	padding-bottom:170px;
}

.mr-tp-25{
	margin-top:25px;
}


.teampage h3{
	
	color:#952929;
}


.social1 .fa:hover{
	background-color: #952929 !important;
}

/*****************contact-us********************/
	.mg-tp-6{
		margin-top:6px;
	}
	.contactpage{
		padding-bottom: 15px;
	}
	.contactpage h3{
		font-weight: 700;
	}
	.space1{
		margin-bottom: 0px !important;
		color:#952929;
	}
	.space2{
		margin-top: 0px !important;
		font-size: 14px !important;
	}
	.contactpage h4{
		font-weight: 100;
	}
	.pd-tp-25{
		padding-top:25px;
	}
	.contactpage a{
		color:#333;
	}
	.contactpage a:hover{
		color:#337ab7;
		text-decoration: none;
	}

	.contactpage h5{
		    font-size: 16px;
	}

	.contactpage h3{
		font-size: 20px;
	}

	.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
    margin-top: 30px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.cen{
		margin:0 auto !important;
		text-align: center !important;
		    margin-top: 10px !important;
	}

	.mt-30{
		margin-top:30px;
	}

	.lft{
		text-align: left !important;

	}

	.adt li{
		font-size: 18px;
	}

/****************** disclaimerpage***********/
	.pdlf-15{
		padding-left: 15px;
	}

	.disclaimerpage li{
		padding-bottom: 12px;
		list-style:none;
	}

	.disclaimerpage li i{
		padding: 5px;
	}

/****************** zoom-out-effect***********/
.img-box{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-box img{
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.img-box {
    position: relative
}


.info-box .info-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.zoom-out-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


.zoom-out-effect .img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.zoom-out-effect .img-box a, .zoom-out-effect .img-box a:active, .zoom-out-effect .img-box a:focus a:focus {
    color: #999
}

.zoom-out-effect .img-box a:active:hover, .zoom-out-effect .img-box a:focus:hover, .zoom-out-effect .img-box a:hover{
    color: #f2f2f2
}

.zoom-out-effect .img-box {
    z-index: 0
}

.zoom-out-effect:hover .img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}

/********************zoom-out-effect-over*********/

.pd-tp-25{
	padding-top:25px;
	padding-bottom:25px;
}


/******************media quirey******************/

@media (min-width: 768px) and (max-width: 980px){
	.navbar-right{
		margin-top: -56px;
	}

	.nav > li > a{
		font-size: 12px;
	}
	.navbar-brand img{
		width: 80%;
	}
	.textslider span{
		font-size: 21px;
	}
	.textslider p{
		font-size: 35px;
	}
	.serviceimg img{
		margin-bottom: 35px;

	}

	.overlay:before{
		width:92%;
		height:88%;
	}
	.serviceimg{
		margin-top:0px;
	}
	.footer .fa{
		padding: 4px;
		font-size: 12px;
	}
	.footer li a{
		    font-size: 12px;
    		padding: 5px;
	}
	.footer p{
		    font-size: 11px;
	}

	.aboutpage h2{
		text-align: center;
	}
}

@media(min-width: 200px) and (max-width: 767px){
	.topnav p{
		text-align: center;
	}

	.social{
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-brand img{
		    margin-left: -15px;
    		width: 90%;
    		margin-top:-74px;
	}

	.navbar-default, .navigation{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.textslider span{
		font-size: 22px;
	}
	.textslider p{
		font-size: 35px;
	}
	.carousel-indicators{
		left:10%;
	}
	.title{
		font-size: 20px;
	}

	.team p,.contact p,.tag p,.aboutus p{
		font-size: 12px;
	}
	.overlay{
		margin-bottom:15px;
	}
	.serviceimg{
		margin-top:0px;
		margin:0 auto;
	}	
	.tag h3{
		font-size: 18px;
	}
	.tag{
		padding:15px;
	}
	.footer p{
		font-size: 11px;
	}
	.footer li a{
		padding:2px;
		font-size: 12px;
	}

	.overlay:before{
		width:92%;
	}
	.aboutpage h4{
		text-align: center;
	}

	

	.careerspage .red {
		text-align: center !important;
	}

	.pb-15{
		padding-bottom: 15px;
	}
	.pdrt-15{
		padding-right: 15px;
	}
	.serviceimg img{
		margin:0 auto;
	}

	.serviceimg p{
		font-size: 15px;
	}

	.nav li{
	margin-top: 0px !important;
}
	.navbar-brand{
	    padding-top: 10px !important;
}

}

/*@media(min-width: 200px) and (max-width: 320px){
	.overlay:before{
		width:90%;
	}
}*/

/*@media(min-width: 1024px) and (max-width: 1366px){
	.nav li a{
		font-size: 11px !important;
	}
}*/







